type google.golang.org/protobuf/internal/impl.enumConverter
8 uses
google.golang.org/protobuf/internal/impl (current package)
convert.go#L370: type enumConverter struct {
convert.go#L382: return &enumConverter{goType, def}
convert.go#L385: func (c *enumConverter) PBValueOf(v reflect.Value) protoreflect.Value {
convert.go#L392: func (c *enumConverter) GoValueOf(v protoreflect.Value) reflect.Value {
convert.go#L396: func (c *enumConverter) IsValidPB(v protoreflect.Value) bool {
convert.go#L401: func (c *enumConverter) IsValidGo(v reflect.Value) bool {
convert.go#L405: func (c *enumConverter) New() protoreflect.Value {
convert.go#L409: func (c *enumConverter) Zero() protoreflect.Value {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)